DataEntry

data class DataEntry(key: RemoteObject, primaryKey: RemoteObject, value: RemoteObject)

Data entry.

Constructors

DataEntry
Link copied to clipboard
fun DataEntry(key: RemoteObject, primaryKey: RemoteObject, value: RemoteObject)

Properties

key
Link copied to clipboard
val key: RemoteObject
Key object.
primaryKey
Link copied to clipboard
val primaryKey: RemoteObject
Primary key object.
value
Link copied to clipboard
val value: RemoteObject
Value object.

Sources

jvm source
Link copied to clipboard